Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: 음식명 중복에 대한 예외처리 제거 (#133) #134

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

win-luck
Copy link
Contributor

@win-luck win-luck commented Dec 4, 2023

  • 현재 음식명 중복 등록에 대한 예외처리가 작동 중
  • 며칠 전 등록한 음식명이랑 같다는 이유로 거부당하면 사용자 경험에 좋지 않을 것이며, 실제 그 점을 인지하지 못하면 버그로 인식할 가능성
  • 예외처리 제거하였고 불필요한 import 정리

@win-luck win-luck added the fix 버그 및 오류 수정 label Dec 4, 2023
@win-luck win-luck requested a review from synoti21 December 4, 2023 12:08
@win-luck win-luck self-assigned this Dec 4, 2023
@win-luck win-luck linked an issue Dec 4, 2023 that may be closed by this pull request
@win-luck win-luck changed the title 🚑 Fix: 음식명 중복에 대한 예외처리 제거 (#133) Fix: 음식명 중복에 대한 예외처리 제거 (#133) Dec 4, 2023
@synoti21
Copy link
Contributor

synoti21 commented Dec 4, 2023

수고하셨습니다!

@synoti21 synoti21 merged commit da7210e into master Dec 4, 2023
1 check passed
@synoti21 synoti21 deleted the feature/133-fix branch December 4, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: 음식명 중복 예외처리 코드 제거
2 participants